Skip to content

Conversation

@gokhanmeteerturk
Copy link
Contributor

This updates the version constraint for the pillow dependency in the pyproject.toml file, removing the upper version limit. This allows the project to use future versions of pillow beyond 11.0.

I tested the project (and ran tests) with latest pillow version. 12.0.1 (with python 3.10 3.11 3.12 3.13 and 3.14) and all tests passed.

Dependency update:

  • Removed the upper version limit for the pillow dependency, changing the requirement from pillow>=9.3,<11.0 to pillow>=9.3 in pyproject.toml.

@qTipTip
Copy link
Owner

qTipTip commented Jan 21, 2026

Hi, @gokhanmeteerturk! Thanks for looking into this! I'll take a look!

@qTipTip qTipTip self-requested a review February 3, 2026 19:40
Copy link
Owner

@qTipTip qTipTip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Might need to do some more book-keeping on the python-version range before I can release this as a new version. Thanks for your contribution!

@qTipTip qTipTip merged commit 05930a6 into qTipTip:master Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants